home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / src / libgplus.5 / libgplus / etc / lf / changelo next >
Encoding:
Text File  |  1993-04-25  |  1.8 KB  |  46 lines

  1. Sun Apr 25 20:28:33 1993  Per Bothner  (bothner@cygnus.com)
  2.  
  3.     Changes (mostly from Peter Schauer) to permit compilation
  4.     using cfront 3.0 and otherwise be ARM-conforming.
  5.     * directory.cc (Directory_Handler::print):  Use integer as
  6.     loop variable, not enum.
  7.     * entry.cc (Entry_Handler::print_entries):
  8.     Don't depend on gcc-specific variable-sized auto arrays.
  9.     * entry.cc (Entry_Handler::add_entry):  Fix to use new-style
  10.     'new' placement syntax. 
  11.     * entry.cc (Entry_Handler::add_entry), sort.cc (insert_sort):
  12.     Don't use non-standard >?= operator.
  13.     * entry.h, entry.cc (Entry_Handler::default_entries):  Always
  14.     make static, independent of gcc-version.
  15.     * entry.cc (operator new):  Don't define if not gcc.
  16.  
  17. Nov 17 22:10:32 1992  Per Bothner  (bothner@rtl.cygnus.com)
  18.  
  19.     * screen.cc:  If hpux, don't declare termcap functions (i.e.
  20.     tgetent()) - conflicting definitions get pulled in by curses.h.
  21.  
  22. Thu Nov  5 21:40:50 1992  Per Bothner  (bothner@rtl.cygnus.com)
  23.  
  24.     * directory.[h,cc}:  Renmamed UNKNOWN enum -> UNKNOWN_FILE,
  25.     to avoid conflict with UNKNOWN in svr3 curses.h.
  26.  
  27. Sun Nov  1 16:02:13 1992  Per Bothner  (bothner@cygnus.com)
  28.  
  29.     * entry.h: Use "new" placement syntax (as in
  30.     'new (ARGS) TYPE'), unless _G_OLD_PLACEMENT.
  31.  
  32. Thu Aug  6 12:45:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
  33.  
  34.     * directory.h (enum Directory_Handler::file_types),
  35.     directory.cc (Directory_Handler::class_name and
  36.     Directory_Handler constructor):  Added UNKNOWN file type.
  37.     * directory.cc (Directory_Handler constructor):  Make
  38.     more portable, including compatibility with Posix.
  39.  
  40. Fri Jun 26 11:41:54 1992  Per Bothner  (bothner@rtl.cygnus.com)
  41.  
  42.     * screen.h, screen.cc:  Change fputchar from static
  43.     method to normal function, since it is passed to tputs.
  44.     Remove duplicateted method definitions (that used to depend
  45.     on __OPTIMIZE__).  Add prototypes for termcap functions.
  46.